head { text-align: center;}
body {text-align: center;}
body {font-family: 'Open Sans', sans-serif;}
body {background-color: rgb(217, 220, 214);}
div {
width: 75%;}
nav {
    text-align: center;
    background-color: rgb(129, 195, 215);
    padding: 20px 40px 20px 40px;
}
img {
    display: inline-block;
    border-radius: 20%;
    height: 25%;
    width: 25%;
  }
a:hover {
    color:rgb(50, 145, 173)
}
a:active {
    color:rgb(196, 194, 124)
}

.content-center {
    text-align:center;
    margin: auto;
}

.resume {
    margin: auto;
color:rgb(217, 220, 214);
text-align: center;;
border-radius: 100px;
background-color: rgb(56, 128, 170);
padding: 20px;
width: 400px;
height:30px;
}
p {color: rgb(47, 102, 144);
}
footer {
    display:block;
    text-align: center;
    background-color: rgb(186, 231, 231)
}